GetErrorString
Retrieves the error string associated with an asynchronous process.
void GetErrorString (in StringPtr errorStr);
errorStr
- A pointer to a string buffer. On return, the buffer contains the error string.
DISCUSSION
TheGetErrorString
method returns a pointer to the last error string set by theSetErrorString
method or an empty string ifSetErrorString
has not been called since the object was initialized or reset.SEE ALSO
TheSetErrorString
method (page 310).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help